@charset "utf-8";
/* CSS Document */
.nav {
    height: 58px;
    width: 100%;
	background-color: #423026;
	align-content: center;
}
.logobox {
    height: 54px;
    width: 83px;
    margin-left: 15px;
    
}


.home {
    height: 55px;
    width: 600px;
    margin-bottom: -200px;
    margin-left: 450px;
    margin-top: -40px;
	color: white;
}
	.c{margin-left: 90px;}
	.a{margin-left: 90px;}
	.p{margin-left: 90px;}
	.h{margin-left: 250px;}
.background {
    background-image: url(images/background.jpg);
    height: 492px;
    width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
	.a-space{font-family: "Aaux Next Black";
	font-size: 72px;
	color: white;
		margin-left: 85px;
	margin-top: 110px;
	}
	
	.slogan-space{
    margin-left: 100px;
    font-family: "Aaux Next Black";
		font-size: 36px;
		 margin-bottom: -100px;
    margin-top: -47px;
	}
	.r-space{
    margin-left: 450px;
    color: white;
}
	.box {
    background-color: #423026;
    height: 58px;
    width: 100%;
}
.p1{
	margin-left: 500px;
	margin-right: 150px;
}
.image{
	float: left;
	margin-left: 150px;
	margin-top: 20px;
	
}
.portfolio1{
	margin-left: 120px;
}
.mattetext{
	border:none;
	border-radius: 300px;
	background-color: #423026;
	font-size: 30px;
	font-family: "Aaux Next Black";
	color: #ffffffff;
	align-items: center;
	align-content: center;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 500px;
}
.portfolio2{
	margin-left: 400px;
	
}
.portimages{
	box-shadow: 3px 0 30px black;
    transition: 0.5 ease;
	
}
.portimages:hover{
	transform: scale(1.5);
}
.cv{background-color:#423026;
}